home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple Reference & Present…nuary (Partner) - Disc 2
/
The Apple Reference and Presentations Library (Disc 2)(January 1994).iso
/
Diehl Graphsoft
/
German
/
MiniCad
/
MiniCad-PPC
/
MiniCad 5.0.1-D
/
MiniCad 5.0.1-D.rsrc
/
STR#_7013.txt
< prev
next >
Wrap
Text File
|
1994-10-06
|
156b
|
15 lines
Returns the character of the ASCII code of v
e.g.
Chr(97) = a
Chr(65) = A
Chr(v);
Returns the ASCII code of v
e.g.
Ord('a') = 97
Ord('A') = 65
Ord(v);